home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 294 < prev    next >
Encoding:
Text File  |  1996-08-05  |  3.3 KB  |  78 lines

  1. Newsgroups: comp.sys.amiga.hardware
  2. Path: netnews.upenn.edu!dsinc!scala!news
  3. From: dave.haynie@scala.com (Dave Haynie)
  4. Subject: Re: Dave Haynie questions
  5. Sender: news@scala.scala.com (Usenet administrator)
  6. Message-ID: <1996Jan4.223859.12096@scala.scala.com>
  7. Date: Thu, 4 Jan 1996 22:38:59 GMT
  8. Reply-To: dave.haynie@scala.com (Dave Haynie)
  9. References: <4c5vki$jja@castle.nando.net>
  10. Nntp-Posting-Host: gator
  11. Organization: Scala Computer Television, US Research Center
  12.  
  13. In <4c5vki$jja@castle.nando.net>, cpalmer@parsifal.nando.net (Cory Palmer) writes:
  14.  
  15. >    Would you explain the mountlist file to me?  
  16.  
  17. The MountList file, and any DOSDrivers files you have, are simple
  18. descriptions of various AmigaDOS level devices. The DOSDrivers files
  19. are processed automatically by your startup-sequence, while the
  20. mountlist entries are entered manually (on a CLI) or in your
  21. user-startup file.
  22.  
  23. A DOS device needs a name (eg, "DF2"), an Exec device and/or DOS
  24. handler (eg, "trackdisk.device", "L:FastFileSystem", etc), and usually
  25. some device-specific information. For a disk drive, you specify the
  26. drive's geometry: the size of a block, the number of blocks in a
  27. cylinder, the first and last cylinder, and the number of heads. The
  28. total number of blocks is all that matters in most cases, since the
  29. Exec-style device drivers are logically addressed, and hide this
  30. geometry from you. But since manufacturers supply it, that's the
  31. simplest form in which to define what a disk drive looks like to your
  32. system. 
  33.  
  34. >1:    I have seend numerous mount list for zip drives and they all are
  35. >different.I have bought Ziptools and it has a totaly different mount list
  36. >than the ones I have seen from people on the net.  Below is what HDToolbox
  37. >gives me when I have it read the config. from the drive.
  38. >
  39. >          Cylinders 2891
  40. >              Heads 1
  41. >   Blocks per track 68
  42. >Blocks per Cylinder 68
  43.  
  44. These last two are the same thing...
  45.  
  46. >What should the mount list really be?
  47.  
  48. No idea, I don't know diddly about ZIP drives, beyond "it's a fairly
  49. cool 100MB floppy disc". What does your ZIP drive's documentation say
  50. about this? Or how about the ZIP drive itself? Most SCSI drives will
  51. report their size, HDToolBox (among others) can inquire of the
  52. size. If the ZIP drive doesn't handle this, contact IOmega. Also, you
  53. might want to check out the various mountlists in greater detail. The
  54. total number of blocks is all that really matters. If you have
  55. different settings that add up to the same total, use either one. If
  56. they add up differently, get the manufacturer's recommended geometry.
  57.  
  58. >2:    When I have HDToolbox low level format any of the drives on the GVP
  59. >card it just flashes the led for a second and then is all done.  A friends
  60. >GVP card with Guru rom in his A3000 low levels the zip disk for about 10 mins.
  61. >Any Idea on what is going on?
  62.  
  63. Not really. Some SCSI devices are smart enough to know if the media
  64. they support needs low-level formatting. Maybe the ZIP won't do it if
  65. the disk you give it is already cool. 
  66.  
  67. >3:    There is a jumper in the A4000 for 2/8 meg chip.  Is 8 meg chip
  68. >possible?
  69.  
  70. No.
  71.  
  72. Dave Haynie          | ex-Commodore Engineering |   for DiskSalv 3 &
  73. Sr. Systems Engineer |  Hardwired Media Company | "The Deathbed Vigil"
  74. Scala Inc., US R&D   |    Ki No Kawa Aikido     |     info@iam.com
  75.  
  76.          "Feeling ... Pretty ... Psyched" -R.E.M.
  77.  
  78.